Skip to content

Instantly share code, notes, and snippets.

@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active February 25, 2026 22:11
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

@irazasyed
irazasyed / outbound-email-with-cloudflare.md
Last active February 25, 2026 22:10
Using Gmail SMTP with Cloudflare Email Routing: A Step-by-Step Guide

Using Gmail SMTP with Cloudflare Email Routing: Step-by-Step Guide

Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.

Step 1: Enable 2-Factor Authentication

To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.

Step 2: Create an App Password for Mail

---
name: plan-exit-review
version: 2.0.0
description: |
Review a plan thoroughly before implementation. Challenges scope, reviews
architecture/code quality/tests/performance, and walks through issues
interactively with opinionated recommendations.
allowed-tools:
- Read
- Grep
@Klerith
Klerith / chart-form.css
Created January 24, 2026 14:45
Formulario para el manejo de partidos políticos
:host {
display: block;
padding: 24px 0;
}
.party-config,
.party-config *,
.party-config *::before,
.party-config *::after {
box-sizing: border-box;
@nxrighthere
nxrighthere / Unreal-AgX-Tonemapper.usf
Last active February 25, 2026 22:07
AgX tonemapping for Unreal Engine 5
// See image comparison https://imgur.com/a/9L2P7GJ
// Read details https://iolite-engine.com/blog_posts/minimal_agx_implementation
// Usage:
// 1. Open "Project Settings" and change "Working Color Space" to "sRGB / Rec709"
// 2. Open `Engine\Shaders\Private\PostProcessTonemap.usf` file
// 3. Find `half3 OutDeviceColor = ColorLookupTable(FinalLinearColor);` line
// 4. Replace it with `half3 OutDeviceColor = ApplyAgX(FinalLinearColor);` line
// 5. Find `half3 ColorLookupTable( half3 LinearColor )` function
// 6. After the scope of the function, add the code below and run `RecompileShaders Changed` from console
@ricaun
ricaun / AppScale.cs
Created March 18, 2024 21:17
BitmapSource Dpi Extension to scale dpi image to fit in the 32x32 inside Revit
using Autodesk.Revit.UI;
using ricaun.Revit.UI;
namespace RevitAddin.Forum.Revit
{
[AppLoader]
public class AppScale : IExternalApplication
{
private RibbonPanel ribbonPanel;
public Result OnStartup(UIControlledApplication application)
@vitaliemiron
vitaliemiron / mt7927-gist.md
Last active February 25, 2026 22:03
MediaTek MT7927 (MT6639) WiFi + Bluetooth on Ubuntu — ASUS ROG CROSSHAIR X870E HERO

MediaTek MT7927 (MT6639) WiFi + Bluetooth on Ubuntu — ASUS ROG CROSSHAIR X870E HERO

Getting both WiFi and Bluetooth working on the MediaTek MT7927 (Filogic 380) combo chip on Ubuntu 24.04 with kernel 6.17+.

Hardware

  • Board: ASUS ROG CROSSHAIR X870E HERO
  • Chip: MediaTek MT6639 (PCI 14c3:6639), marketed as MT7927 (WiFi 7, Filogic 380)
  • WiFi: PCIe — works via patched mt7925e driver
  • Bluetooth: USB 13d3:3588 (IMC Networks / MediaTek) — requires btusb patch
@mberman84
mberman84 / prompts.md
Last active February 25, 2026 22:03
Prompts

OpenClaw: Extracted Prompts (Generalized)

22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.

Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.


1. Personal CRM

@lluisd
lluisd / SonoffWithSynology.md
Last active February 25, 2026 22:03
Sonoff zigbee3.0 + Synology